chore: cleanup OpenFeature.Contrib.Hooks.Otel #446
Merged
+38
−865
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: André Silva 2493377+askpt@users.noreply.github.com
This PR
This pull request removes the
OpenFeature.Contrib.Hooks.Otel
package and its associated files, configurations, and references. This includes the deletion of its source code, test files, changelog, and metadata across multiple configuration files. The changes ensure that the project no longer includes or references this deprecated package.Removal of
OpenFeature.Contrib.Hooks.Otel
Package:OpenFeature.Contrib.Hooks.Otel
package, includingMetricsConstants.cs
,MetricsHook.cs
, andOtelHook.cs
(src/OpenFeature.Contrib.Hooks.Otel/
) [1] [2] [3].OpenFeature.Contrib.Hooks.Otel.csproj
project file, which defined the package's metadata and dependencies (src/OpenFeature.Contrib.Hooks.Otel/OpenFeature.Contrib.Hooks.Otel.csproj
).Configuration Updates:
OpenFeature.Contrib.Hooks.Otel
in the solution file (DotnetSdkContrib.slnx
) and its associated test project [1] [2].OpenFeature.Contrib.Hooks.Otel
package configuration fromrelease-please-config.json
..release-please-manifest.json
.Documentation and Ownership Adjustments:
OpenFeature.Contrib.Hooks.Otel
(src/OpenFeature.Contrib.Hooks.Otel/CHANGELOG.md
)..github/component_owners.yml
to remove ownership assignments for theOpenFeature.Contrib.Hooks.Otel
package and its test files [1] [2].Related Issues
Fixes #440